home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 May / CMCD0505.ISO / Software / Demo / DesktopX / objects / WebcamViewer.dxpack / {82936247-24D8-4B39-B261-744E4DBEE5F5}.DXScript2 < prev    next >
Extensible Markup Language  |  2004-05-19  |  977b  |  25 lines

  1. <?xml version="1.0"?>
  2. <!--DXScript Data File.  Version 2.0-->
  3. <DXScript>
  4.     <Script><![CDATA['Called when the script is executed
  5. Sub Object_OnScriptEnter
  6.  
  7. End Sub
  8.  
  9. 'Called when the script is terminated
  10. Sub Object_OnScriptExit
  11.  
  12. End Sub
  13.  
  14. Sub Object_OnLButtonUp(x,y,b)
  15. If b=False Then
  16.     DesktopX.ScriptObject("webcam_ctrl").TimeMinus
  17. End If
  18. End Sub
  19.  
  20. Sub Object_OnMouseEnter
  21.     DesktopX.ScriptObject("webcam_ctrl").TimeShow
  22. End Sub
  23.  
  24. ]]></Script><Globals><Editor><PropPane>0</PropPane><EditorLeft>280</EditorLeft><EditorTop>278</EditorTop><EditorRight>999</EditorRight><EditorBottom>711</EditorBottom></Editor><Object><LanguageCLSID>{B54F3741-5B07-11CF-A4B0-00AA004A55E8}</LanguageCLSID><ControlCLSID>{00000000-0000-0000-0000-000000000000}</ControlCLSID><ControlObjWidth>64</ControlObjWidth><ControlObjHeight>64</ControlObjHeight><RunState>1</RunState><ManualControlLoad>0</ManualControlLoad><ScriptHostVersion>2</ScriptHostVersion></Object></Globals></DXScript>
  25.